home *** CD-ROM | disk | FTP | other *** search
- Ini_Mod1
- INI_MOD1.BAS Demo
- Form1,
- Frame2
- Update Values
- Text1
- MyIni.Ini
- Label1
- Filename
- Label2
- App/Section Name
- Text2
- MyApp
- Text3
- MyKey
- Label3
- Key/Variable Name
- Text4
- Label4
- Value
- Command1
- Create/Update
- Frame1
- Read Values
- Text8
- MyIni.Ini
- Label5
- Filename
- Label6
- App/Section Name
- Text7
- MyApp
- Text6
- MyKey
- Label7
- Key/Variable Name
- Text5
- Label8
- Default
- Text9
- Label9
- Value
- Check1
- Numeric
- Command2
- Command3
- Command3_Click
- Command1_Click
- FileName
- AppName
- KeyName
- NewVal
- SaveIni
- Text1
- Text!
- Text2N
- Text3b
- Text4
- Command2_Click
- Text8
- Text7
- Text6
- Check1
- value
- TRUEW
- nDefault
- Numeric
- DefaultStr~
- FALSE
- ReadIni
- RetStr
- Text5
- Text9
- IniFileName
- ReturnStr
- Command3_Click
- Command1_Click
- name of ini file
- Name of application or section heading
- Keyword or variable name
- if Numeric value convert it to stringg
- Command2_Click
- name of ini file
- Name of application or section heading
- Keyword or variable name
- if Numeric...
- Default numeric value (for numeric variables)a
- Tell it we are looking for numeric value
- Default string
- (for String variables)i
- Tell it we are looking for a stringc
-